home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Przegladarki internetowe / Mozilla Seamonkey 1.0.5 pl / seamonkey-1.0.5.pl-PL.win32.installer.exe / BROWSER.XPI / bin / chrome / toolkit.jar / content / global / mozilla.xhtml < prev    next >
Encoding:
Extensible Markup Language  |  2004-08-25  |  3.0 KB  |  96 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <!-- ***** BEGIN LICENSE BLOCK *****
  4.    - Version: MPL 1.1/GPL 2.0/LGPL 2.1
  5.    -
  6.    - The contents of this file are subject to the Mozilla Public License Version
  7.    - 1.1 (the "License"); you may not use this file except in compliance with
  8.    - the License. You may obtain a copy of the License at
  9.    - http://www.mozilla.org/MPL/
  10.    -
  11.    - Software distributed under the License is distributed on an "AS IS" basis,
  12.    - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  13.    - for the specific language governing rights and limitations under the
  14.    - License.
  15.    -
  16.    - The Original Code is mozilla.org code.
  17.    -
  18.    - The Initial Developer of the Original Code is Netscape
  19.    - Communications Corporation. Portions created by Netscape are
  20.    - Copyright (C) 1998 Netscape Communications Corporation. All
  21.    - Rights Reserved.
  22.    -
  23.    - Contributor(s):
  24.    -   Neil Deakin <enndeakin@sympatico.ca>
  25.    -   Henrik Gemal <mozilla@gemal.dk>
  26.    -   Alexey Chernyak <alexeyc@bigfoot.com> (XHTML 1.1 conversion)
  27.    -
  28.    - Alternatively, the contents of this file may be used under the terms of
  29.    - either the GNU General Public License Version 2 or later (the "GPL"), or
  30.    - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  31.    - in which case the provisions of the GPL or the LGPL are applicable instead
  32.    - of those above. If you wish to allow use of your version of this file only
  33.    - under the terms of either the GPL or the LGPL, and not to allow others to
  34.    - use your version of this file under the terms of the MPL, indicate your
  35.    - decision by deleting the provisions above and replace them with the notice
  36.    - and other provisions required by the LGPL or the GPL. If you do not delete
  37.    - the provisions above, a recipient may use your version of this file under
  38.    - the terms of any one of the MPL, the GPL or the LGPL.
  39.    -
  40.    - ***** END LICENSE BLOCK ***** -->
  41.  
  42. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  43.     "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  44.  
  45. <html xmlns="http://www.w3.org/1999/xhtml">
  46. <head>
  47. <title>The Book of Mozilla, 7:15</title>
  48. <style type="text/css">
  49. html {
  50.   background: maroon;
  51.   color: white;
  52.   font-style: italic;
  53. }
  54.  
  55. #moztext {
  56.   margin-top: 15%;
  57.   font-size: 1.1em;
  58.   font-family: serif;
  59.   text-align: center;
  60.   line-height: 1.5;
  61. }
  62.  
  63. #from {
  64.   font-size: 1.95em;
  65.   font-family: serif;
  66.   text-align: right;
  67. }
  68.  
  69. em {
  70.   font-size: 1.3em;
  71.   line-height: 0;
  72. }
  73.  
  74. .f {
  75.   padding-left: .2ex;
  76. }
  77. </style>
  78. </head>
  79. <body>
  80.  
  81. <p id="moztext">
  82. And so at last the beast <em class="f">fell</em> and the unbelievers rejoiced.
  83. But all was not lost, for from the ash rose a <em>great bird</em>.
  84. The bird gazed down upon the unbelievers and cast <em class="f">fire</em>
  85. and <em>thunder</em> upon them. For the beast had been
  86. <em>reborn</em> with its strength <em>renewed</em>, and the
  87. followers of <em>Mammon</em> cowered in horror.
  88. </p>
  89.  
  90. <p id="from">
  91. from <strong>The Book of Mozilla,</strong> 7:15
  92. </p>
  93.  
  94. </body>
  95. </html>
  96.